home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / chasm.EXE / chasm / CSM.BIN / PROCESS.23 < prev    next >
Encoding:
Text File  |  1997-10-17  |  1.3 KB  |  78 lines

  1. ;=================================
  2. ;|  Processes definition part    |
  3. ;=================================
  4.  
  5. #proc 01
  6.  startdelay 0
  7. #action
  8.  nonstop
  9.  death 18 15 20 23 0 16 20
  10.  death 21 21 22 23 0 16 20
  11.  death 21 12 23 17 0 16 20
  12.  death 12 12 15 13 0 16 20
  13.  death 12 14 13 17 0 16 20
  14.  death 14 16 17 17 0 16 20
  15. #end
  16.  
  17. #proc 02
  18.  startdelay 0
  19.  backwait 3
  20.  speed 12
  21.  sfxid 80
  22.  sfxposxy 24 22
  23. #action
  24.  waitout 6272 5760 256
  25.  move 24 23 -40 -480
  26.  move 25 22 -40 -480
  27.  move 24 22 -40 -480
  28. #end
  29.  
  30. #proc 03
  31.  startdelay 0
  32.  backwait 3
  33.  speed 12
  34.  sfxid 80
  35.  sfxposxy 34 24
  36. #action
  37.  waitout 8736 6272 256
  38.  move 34 24 0 -480
  39.  move 33 23 0 -480
  40.  move 33 24 0 -480
  41. #end
  42.  
  43. #proc 04
  44.  startdelay 0
  45.  backwait 3
  46.  speed 12
  47.  sfxid 80
  48.  sfxposxy 18 17
  49. #action
  50.  waitout 4608 4352 256
  51.  up 18 17 127
  52. #end
  53. ;============================================
  54. ;|  Link switches and objects to processes: |
  55. ;|  Format: "LINK  swx swy   Nproc"         |
  56. ;============================================
  57.  
  58. #links
  59.   floor 35 27 1 ; lava
  60.   floor 35 28 1 ; -
  61.   floor 24 21 2 ; open door from lava
  62.   floor 24 22 2 ; -
  63.   floor 24 23 2 ; -
  64.   floor 23 21 2 ; -
  65.   floor 23 22 2 ; -
  66.   floor 23 23 2 ; -
  67.   shoot 33 23 3 ; open teleport
  68.   floor 17 16 4 ; open fence
  69.   floor 17 17 4 ; -
  70. #end
  71.  
  72. #teleports
  73.   tcenter 35 24 4480 3328 1  ; to mines
  74. #end
  75. .
  76.  
  77.  
  78.